projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70efc62
)
Hack xm block-detach to remove tap disks as well as vbds.
author
Ewan Mellor
<ewan@xensource.com>
Wed, 13 Dec 2006 20:43:47 +0000
(20:43 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Wed, 13 Dec 2006 20:43:47 +0000
(20:43 +0000)
This isn't very pretty -- a better solution would be nice.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xm/main.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xm/main.py
b/tools/python/xen/xm/main.py
index 981c01f1e9e044fef100855e748b8005884de882..189347fdc410b6504719d83510b2da5a877f0f92 100644
(file)
--- a/
tools/python/xen/xm/main.py
+++ b/
tools/python/xen/xm/main.py
@@
-1510,6
+1510,7
@@
def detach(args, command, deviceClass):
def xm_block_detach(args):
detach(args, 'block-detach', 'vbd')
+ detach(args, 'block-detach', 'tap')
def xm_network_detach(args):